home *** CD-ROM | disk | FTP | other *** search
/ Champak 130 / Vol 130.iso / games / fall_dow.swf / scripts / DefineButton2_68 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2008-11-13  |  70 b   |  5 lines

  1. on(release){
  2.    unloadMovie(_root.endscene);
  3.    gotoAndStop(3);
  4. }
  5.